From 6d7a3333262fcbce4bb3e9561e691ab97982a9bc Mon Sep 17 00:00:00 2001 From: Oleksandr Andrushchenko Date: Fri, 16 Mar 2018 11:55:00 +0200 Subject: [PATCH] sndif: Fix missed "reserved" fields in comments Some of the request descriptions have "reserved" fields missed: fix this by adding corresponidng entries. Signed-off-by: Oleksandr Andrushchenko Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Konrad Rzeszutek Wilk Release-acked-by: Juergen Gross --- xen/include/public/io/sndif.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xen/include/public/io/sndif.h b/xen/include/public/io/sndif.h index 667e610fda..916be1d3a1 100644 --- a/xen/include/public/io/sndif.h +++ b/xen/include/public/io/sndif.h @@ -680,6 +680,8 @@ struct xensnd_rw_req { * +----------------+----------------+----------------+----------------+ * | length | 16 * +----------------+----------------+----------------+----------------+ + * | reserved | 20 + * +----------------+----------------+----------------+----------------+ * |/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/| * +----------------+----------------+----------------+----------------+ * | reserved | 32 @@ -720,6 +722,8 @@ struct xensnd_rw_req { * +----------------+----------------+----------------+----------------+ * | length | 16 * +----------------+----------------+----------------+----------------+ + * | reserved | 20 + * +----------------+----------------+----------------+----------------+ * |/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/| * +----------------+----------------+----------------+----------------+ * | reserved | 32 -- 2.30.2